ceph.git
6 years agodebian-armel-armhf-buildflags
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
debian-armel-armhf-buildflags

Gbp-Pq: Name debian-armel-armhf-buildflags.patch

6 years agofix-clang-build
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
fix-clang-build

Gbp-Pq: Name fix-clang-build.patch

6 years agoos/bluestore/BlueFS: use uint64_t for `len`
Kefu Chai [Fri, 28 Jun 2019 03:35:54 +0000 (11:35 +0800)]
os/bluestore/BlueFS: use uint64_t for `len`

change the type of parameter `len` of `BlueFS::_read_random()` from
`size_t` to `uint64_t`.

i think the type of `size_t` comes from
`rocksdb::RandomAccessFile::Read(uint64_t offset, size_t n,
rocksdb::Slice* result, char* scratch)`. and when we implement this
method, we continued using `n`'s type. but, we are using it with
`std::min()`, for instance, where the template parameter type deduction
fails if the lhs and rhs parameters' types are different. so probaly the
better solution is to use `uint64_t` directly to avoid the the cast and
specializing the template.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Gbp-Pq: Name bluefs-use-uint64_t-for-len.patch

6 years agocivetweb-755-1.8-somaxconn-configurable_test
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
civetweb-755-1.8-somaxconn-configurable_test

Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch

6 years agocivetweb-755-1.8-somaxconn-configurable
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
civetweb-755-1.8-somaxconn-configurable

Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable.patch

6 years agocivetweb-755-1.8-somaxconn-configurable_conf
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
civetweb-755-1.8-somaxconn-configurable_conf

Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_conf.patch

6 years agobit-avoid-size_t
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
bit-avoid-size_t

Gbp-Pq: Name 32bit-avoid-size_t.patch

6 years agobit-avoid-overloading
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
bit-avoid-overloading

Gbp-Pq: Name 32bit-avoid-overloading.patch

6 years agodisable-crypto
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
disable-crypto

Gbp-Pq: Name disable-crypto.patch

6 years agoupdate-java-source-target-flags
Ceph Packaging Team [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
update-java-source-target-flags

Gbp-Pq: Name update-java-source-target-flags.patch

6 years agoceph (14.2.5-3) unstable; urgency=medium
Bernd Zeimetz [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
ceph (14.2.5-3) unstable; urgency=medium

  * Uploading to unstable

  * [010db9a] Fix ceph-mgr - indefinite queue growth hangs.
    Applying the backport for the fix
    https://github.com/ceph/ceph/pull/32466
    Thanks to Milan Kupcevic (Closes: #947969)
  * [b01de37] Merge branch 'debian/unstable' into debian/experimental
  * [c8f35e5] Add breaks/replaces for ceph-common - ceph mds.
  * [ee905cb] Revert "Configure gbp for experimental"
    This reverts commit 3bcd5ac5f416b902a868036c243d7f19752c82f8.
  * [6303513] Revert "CI: build in experimental"
    This reverts commit d481122833e611c69c28e2b381e1cc1c8f689385.
  * [f1a9482] Snapshot changelog
  * [6e955c8] Removing automatic Ubuntu header
  * [b90d95a] Mark patch as forwarded

[dgit import unpatched ceph 14.2.5-3]

6 years agoImport ceph_14.2.5-3.debian.tar.xz
Bernd Zeimetz [Tue, 7 Jan 2020 19:50:28 +0000 (19:50 +0000)]
Import ceph_14.2.5-3.debian.tar.xz

[dgit import tarball ceph 14.2.5-3 ceph_14.2.5-3.debian.tar.xz]

6 years agoImport ceph_14.2.5.orig.tar.xz
Bernd Zeimetz [Thu, 2 Jan 2020 09:52:50 +0000 (09:52 +0000)]
Import ceph_14.2.5.orig.tar.xz

[dgit import orig ceph_14.2.5.orig.tar.xz]